Auto merge of #1874 - alexcrichton:yet-another-windows-flaky-tests-zomg, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 4 Aug 2015 03:49:24 +0000 (03:49 +0000)
committerbors <bors@rust-lang.org>
Tue, 4 Aug 2015 03:49:24 +0000 (03:49 +0000)
commit663891cd828256f86e5f316081964eb02d44d8bb
tree1f59fd7025947fcee427d9a09ee4f050ca7b31e3
parent1b902d4f841beec6d442d6527c98ef8961545067
parent6d472294b107dfcdac2c4b8b6915fe836049166a
Auto merge of #1874 - alexcrichton:yet-another-windows-flaky-tests-zomg, r=alexcrichton

Windows doesn't like us deleting files right after running a process that works
on them, so be sure to call `cargo` instead of `cargo_process`.